.btn-nav {
  width:23px;
  right:70px;
  top:15px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  z-index: 99999;
  position:absolute;
  text-align: left;
}
.btn-nav:focus {
  outline: 0;
}
.icon-bar {
  display: block;
  margin-top:5px;
  margin-bottom:5px;
  width: 23px;
  height: 2px;
  background-color: #fff;
}
.nav-content {
  position:fixed;
  width:100%;
  top: 0;
  right: 0;
  background: #2f2f2f;
  display: block;  
  z-index: 999 !important;
  overflow: hidden;
}
.navlogo{
	padding-top:18px;
	padding-left:18px;
	position: absolute;
	z-index: 1000;
}
.navlogo img{
	height:13px;
	width:auto;
}
.nav-list {
  list-style: none;
  position: relative;
  top:9%;
  padding:0 18px; 
  height:91%; 
  overflow-y:auto;
}
.nav-list li{
	width:100%;
	position: relative;	
}
.nav-list li.topline{
	border-top: 1px solid #5a5a5a;	
}
.nav-list li p{
	color:#ddd;
	font-size:17px;
	line-height: 50px;
	display: block;
	padding:0;
}
.nav-list li a{
	color:#ddd;
	font-size:17px;
	line-height: 50px;
	display: block;
	padding:0;
}
.nav-list li:hover i{
	width:100%;
}
.nav-list li i{
	height:2px;
	width:0;
	position: absolute;
	bottom:-1px;
	left:0;
	transition:all 0.4s;
	background: #c6c6c6;
}
.nav-list li.current i{
	width:100%;
}
.navinfo{
	margin-bottom:-1px;
	font-size:0;
	text-align: left;
}
.navinfo li{
	display:inline-block;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:0;
	width:50%;
	background: transparent;
}
.navinfo li img{
	display: inline-block;
	vertical-align: middle;
	width:24px;
	margin-right:8px;
}
.topinfo2{
	margin-bottom:-1px;
	border-top: 1px solid #5a5a5a;
}
.topinfo2 li{
	display: block;
	margin:0;
	background:transparent;
	border-bottom:none;	
}
.topinfo2 li a{
	color:#aaaaaa;
	font-size:15px;
	display: block;
	line-height: 38px;
	padding-left:20px;
}
.topinfo li.hover,.topinfo2 li.hover{
	background:transparent;
}
.nav-list li.hasmore{
	background: url("../images/jia.png"/*tpa=http://www.zgmbtyw.com/images/jia.png*/) no-repeat 98% 19px;
	background-size:11px auto; 
}
.nav-list li.hover{
	background: url("../images/jian.png"/*tpa=http://www.zgmbtyw.com/images/jian.png*/) no-repeat 98% 19px;
	background-size:11px auto; 
}
.nav-list li.hover .topinfo2 li{
	background:transparent;	
}
.nav-list li.nomore{
	background: url("../images/nomore.png"/*tpa=http://www.zgmbtyw.com/images/nomore.png*/) no-repeat 98% 19px;
	background-size:11px auto; 
}
.item-anchor:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.item-anchor {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 0px;
}

.item-anchor:hover,
.item-anchor:focus {
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.item-anchor:hover:after,
.item-anchor:focus:after{
  width: 100%;
  background: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.nav-item {
  margin: 40px auto;
  text-align: center;
}

.animated {
  display: block;
  margin: 0 auto;
  margin-top:8px;
}
.animated:hover .icon-bar,
.animated:focus .icon-bar{
  background-color: #fff;
}

.animated:focus {
  cursor: pointer;
  z-index: 9999;
}

.middle {
  width:18px;
}
.icon-bar {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 999999;
}
.animated .icon-bar {
  z-index: 999999;
  background-color: #fff;
  position:fixed;
  right:20px;
}
.animated .top {
  -webkit-transform: translateY(0px) rotateZ(45deg);
  -moz-transform: translateY(0px) rotateZ(45deg);
  -ms-transform: translateY(0px) rotateZ(45deg);
  -o-transform: translateY(0px) rotateZ(45deg);
  transform: translateY(0px) rotateZ(45deg);
}
.animated .bottom {
  -webkit-transform: translateY(-0px) rotateZ(-45deg);
  -moz-transform: translateY(-0px) rotateZ(-45deg);
  -ms-transform: translateY(-0px) rotateZ(-45deg);
  -o-transform: translateY(-0px) rotateZ(-45deg);
  transform: translateY(-0px) rotateZ(-45deg);
}

.animated .middle {
  width: 0;
}

@keyframes showNav {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@-webkit-keyframes showNav {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@-moz-keyframes showNav {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@-o-keyframes showNav {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.showNav {
  -webkit-animation: showNav .5s ease forwards;
  -moz-animation: showNav .5s ease forwards;
  -o-animation: showNav .5s ease forwards;
  animation: showNav .5s ease forwards;
}

@keyframes hideNav {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}

@-webkit-keyframes hideNav {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}

@-moz-keyframes hideNav {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}

@-o-keyframes hideNav {
  from {
    height: 0%;
  }
  to {
    height: 0;
  }
}

.hideNav {
  -webkit-animation: hideNav .5s ease forwards;
  -moz-animation: hideNav .5s ease forwards;
  -o-animation: hideNav .5s ease forwards;
  animation: hideNav .5s ease forwards;
}

.hidden {
  display: none;
}
@media screen and (max-width:740px){
	.btn-nav {
  		top:11px;
  		right:60px;
	}
}


.list_left_con{width:648px; height:auto; padding-bottom:15px; border:1px solid #ededed; margin:0 auto;}
.one_list{padding-left:36px;}
.DlistWfc{ margin:0px auto; margin-top:15px; width:540px; padding:0 20px; position:relative; overflow:visible;}
.DlistWfc .fenghk{position:absolute;width:50px;height:72px;left:-36px;top:14px;}
.DlistWfc .fenghk .Ai_Date_day{ font-family:"Arial Black";font-size:25px;color:#fff;height:32px;line-height:32px;width:44px; text-align:center;}
.DlistWfc .fenghk .Ai_Date_mon{font-size:12px; font-family:"Arial";color:#fff;height:18px;line-height:18px;width:44px; text-align:center;}
.DlistWfc .fenghk .Ai_Date_year{font-size:12px; font-family:"Arial";color:#fff;height:18px;line-height:18px;width:44px; text-align:center;}
.DlistWfc h2{padding:0;margin:0;height:60px;line-height:60px;}
.DlistWfc h2 a{font-size:16px; text-decoration:none;}
.ico_tj{width:30px; height:60px; background:url(../img/ico_commend.gif) no-repeat 5px 22px; float:left; }
.ico_pic{width:30px; height:60px; background:url(../img/ico_pic.gif) no-repeat 3px 21px; float:left;}
.DlistWfc h2 a img{ margin-right:5px;}
.DlistWfc p.fengP1{height:27px;line-height:18px;color:#919191}
.DlistWfc p.fengP1 span{color:#000;}
.DlistWfc p.fengP2{line-height:22px;color:#919191;padding-top:10px; text-indent:24px;}
.DlistWfc .fpic{width:540px;text-align:center;}
.DlistWfc .fengqw{width:540px;height:30px; text-align:right;padding-top:10px;}
.DlistWfc .fengbq{border-top:1px dashed #DADADA;height:30px;line-height:30px; color:#787676;}
.list_route h1{background:url(../img/blue_yd.gif) no-repeat 5px 10px; float:left; padding-left:20px; font-size:14px; font-weight:bold; color:#0365ac; line-height:30px;}
.DlistWfc{background:#eef5fb;}
.DlistWfc .fenghk{background:url(../img/blue_date.gif);}
.DlistWfc .date_cleck{background:url(../img/blue_date_a.gif);}
.DlistWfc .fengqw a{ background:url(../img/blue_read.gif) no-repeat; padding:3px 17px 5px 4px; text-indent:-999px; color:#fff; line-height:20px; font-size: 12px;}
/*.DlistWfc .fengqw a:hover{background:url(../img/blue_read_a.gif) no-repeat;}*/
.DlistWfc h2 a{color:#2381cb;}
.DlistWfc h2 a:hover{color:#fd9a09;}
.page_style{width:175px; height:30px; margin-left:125px; line-height:30px; color:#0365ac; font-size:14px; background:url(../img/style.png) no-repeat 70px 7px;}
#sk_blue{background:url(../img/style.png) no-repeat 0px 0px;}

.profile_box{ width:694px; height:auto; border-bottom:1px #e0e0e0 dashed; padding-bottom:10px; margin-top:25px;}
.profile_box span{ width:57px; height:22px; float:left; background:url(../img/dy.png) no-repeat; color:#fff; font-size:16px; line-height:22px; text-indent:10px; margin:2px 10px 0px 0px; display:inline-block}
.profile_box p{ color:#000; font-size:16px; line-height:28px;}
.new_cont{ width:694px; height:auto; overflow:hidden; margin-top:5px;}
.new_cont p img{ margin:0 auto;}
.new_cont p{ color:#4b4b4b; font-size:16px; line-height:30px; margin-bottom:15px;}
.new_cont p strong{ color:#000; font-size:16px; line-height:30px; font-weight:bold}
.new_cont p a{ border-bottom:0px solid #2791FE; font-size:16px; }
.new_cont p a u{ text-decoration:none !important; font-size:16px; color:#4b4b4b !important; border-bottom:1px dashed #2791FE; font-weight:none}
.new_cont p strong a u{ text-decoration:none !important; font-size:16px; color:#000 !important; border-bottom:1px dashed #2791FE; font-weight:bold}
.new_cont p a:hover{ background:#b0dbfb}
.hzh_botleft{ width:200px; height:200px; float:left; margin:10px 15px 0px 0; padding:20px; border:1px solid #e5e5e5; position:relative;}
.new_rxys{ margin-top:20px; margin-bottom:5px !important}
.new_rxys a{ color:#000;}
.new_rxys a:hover{ background:none !important}
.new_back{ height:30px; color:#000;  padding-left:25px; text-decoration: none; display:inline-block; line-height:30px; background:url("../img/99_arclogo.png") 0% 50% no-repeat;}
.new_back a{ color:#000;}
.new_back a:hover{ background:none !important}
.adv_box{ position:relative; width:694px; height:auto; }
.new_txt{ color:#4b4b4b; font-size:14px !important; text-align:right}